Skip to content

Comments

PR: Fix passing multiple channels when creating envs/installing packages with the Conda-like backend#31

Merged
ccordoba12 merged 1 commit intospyder-ide:mainfrom
ccordoba12:fix-channels
May 15, 2025
Merged

PR: Fix passing multiple channels when creating envs/installing packages with the Conda-like backend#31
ccordoba12 merged 1 commit intospyder-ide:mainfrom
ccordoba12:fix-channels

Conversation

@ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented May 14, 2025

Multiple channels are passed to Conda/Mamba as conda -c defaults -c conda-forge, but the we were doing instead conda -c defaults conda-forge.

@ccordoba12 ccordoba12 added this to the v0.2.0 milestone May 14, 2025
@ccordoba12 ccordoba12 self-assigned this May 14, 2025
@ccordoba12 ccordoba12 added the bug Something isn't working label May 14, 2025
@ccordoba12 ccordoba12 changed the title PR: Fix passing multiple envs when creating envs/installing packages with the Conda-like backend PR: Fix passing multiple channels when creating envs/installing packages with the Conda-like backend May 14, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.13%. Comparing base (1ab367e) to head (633d1dd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   83.10%   83.13%   +0.02%     
==========================================
  Files           7        7              
  Lines         663      664       +1     
  Branches       81       83       +2     
==========================================
+ Hits          551      552       +1     
  Misses         72       72              
  Partials       40       40              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ccordoba12 ccordoba12 merged commit b5df9bc into spyder-ide:main May 15, 2025
13 checks passed
@ccordoba12 ccordoba12 deleted the fix-channels branch May 15, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants